projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
886f420
)
* src/lread.c (bytecode_from_rev_list): Fix thinko
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 1 Feb 2024 16:08:56 +0000
(11:08 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 1 Feb 2024 16:08:56 +0000
(11:08 -0500)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index a6bfdfcf626746c630e4e4a2822507e82bc026cb..cc55b009ab9f7688766e839d491761e4213b13ce 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-3490,7
+3490,7
@@
bytecode_from_rev_list (Lisp_Object elems, Lisp_Object readcharfun)
Lisp_Object *vec = XVECTOR (obj)->contents;
ptrdiff_t size = ASIZE (obj);
- if (
!(size >= COMPILED_CONSTANTS)
)
+ if (
size >= COMPILED_CONSTANTS
)
{
/* Always read 'lazily-loaded' bytecode (generated by the
`byte-compile-dynamic' feature prior to Emacs 30) eagerly, to